home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / WPWRIT11.ARJ / WPWRITE.DOC < prev    next >
Text File  |  1991-12-09  |  9KB  |  200 lines

  1.      Copyright: 1991  (Shareware)
  2.      ZipFile:   WPWRIT10.ZIP
  3.      Version:   1.1
  4.      Cost:      $15.00
  5.      Author:    Steven Booth
  6.                 N28W29868 Oakwood Grove Road
  7.                 Pewaukee, WI 53072
  8.  
  9.      The Author can be reached at the Exec-Pc BBS (fastest way)
  10.      as "Steve Booth"
  11.  
  12.      This Zip file should contain the following files:
  13.  
  14.      1. WPWRITE.EXE  - WordPerfect Merge File writer.
  15.      2. WPWRITE.DOC  - This file.
  16.      3. REGISTER.FRM - Registration Form.
  17.      4. BLDSLASH.SC  - Creates procedures used to run the WPWRITE
  18.                        script. The important one is BldSlash.a.
  19.      5. WPWRITE.SC   - Queries the User for the Table Name and
  20.                        the File Name and then calls WPWRITE to
  21.                        dump it.
  22.  
  23.  DESC:
  24.  
  25.         Simply stated, WPWRITE writes a Paradox (tm) table as a 
  26.    WordPerfect (tm) Secondary Merge file. I looked around for a utility 
  27.    which did this in the way I wanted it done, couldn't find it... so I 
  28.    wrote it myself. In order to do this, I ended up purchasing the 
  29.    Paradox Engine from Borland Intl and the Developer's Toolkit from 
  30.    WordPerfect Corporation. This program should work for versions 3.01a 
  31.    to 3.5 of Paradox and versions 4.2 to 5.1 of WordPerfect. Since the 
  32.    WordPerfect Corporation changed their Merge File Format at version 
  33.    5.1, there is a switch which can be specified on the command line if 
  34.    you wish a Version 4.2 or 5.0 merge file to be generated. By 
  35.    default, Version 5.1 will be created. Registration is inexpensive... 
  36.    $15. I'm not trying to make a killing, just attempting to recoup 
  37.    some of my expenses. Registered users will receive a version with no
  38.    annoying characteristics (begging screen and annoying delay will be
  39.    removed).
  40.  
  41.  DISCLAIMER:
  42.  
  43.        As usual, all of the normal disclaimers apply. This
  44.    software is protected by both United States copyright law
  45.    and international treaty provisions.
  46.  
  47.        STEVEN BOOTH MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR
  48.    IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OF
  49.    MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  50.  
  51.        STEVEN BOOTH MAKES DOES NOT ASSUME ANY LIABILITY FOR THE
  52.    USE OF THIS SOFTWARE BEYOND THE ORIGINAL PURCHASE PRICE OF
  53.    THIS SOFTWARE.
  54.  
  55.        IN NO EVENT WILL STEVEN BOOTH BY LIABLE TO YOU FOR ANY
  56.    ADDITIONAL DAMAGES, INCLUDING ANY LOST PROFITS, LOST SAVINGS,
  57.    OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING FOR THE
  58.    USE OF, OR INABILITY TO USE, THIS SOFTWARE AND ITS
  59.    ACCOMPANYING DOCUMENTATION, EVEN IF STEVEN BOOTH HAS BEEN
  60.    ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  61.  
  62.        You may give copies of the orginal shareware "ZIP" file to as
  63.    people and/or businesses as you'd like. The REGISTERED version may
  64.    only be used by yourself or as part of a PARADOX application. If it
  65.    is used as part of a PARADOX application, there must be a disclaimer
  66.    placed into the documentation stating that the WPWRITE program is a
  67.    registered program and may not be distributed (sold or given away).
  68.    My Name and Address must also be included in the disclaimer. The
  69.    following is an example of a valid disclaimer:
  70.  
  71.        DISCLAIMER:
  72.  
  73.        The WPWRITE program is a registered program and may not be
  74.        distributed. For further information, please contact:
  75.  
  76.            Steven Booth
  77.            N28W29868 Oakwood Grove Road
  78.            Pewaukee, WI 53072
  79.  
  80.  USE OF WPWRITE:
  81.  
  82.    Running WPWRITE is easy:
  83.  
  84.        WPWRITE table_name file_name {50}
  85.  
  86.        where: table_name is the name of the PARADOX table to be
  87.                          dumped.  The table must be in the current
  88.                          directory.
  89.                file_name is the name of the DOS file to be created.
  90.                          By fully qualifying the file name, the
  91.                          merge file can be placed in any location.
  92.                          If the file exists, it will be OVERWRITTEN
  93.                          with no warning.  PARADOX and DOS both
  94.                          provide easy methods for testing for the
  95.                          existance of a file.  If somebody REALLY
  96.                          has a problem with this, I'll add a
  97.                          command line switch for it.
  98.                {50}      Use previous Version of WordPerfect.
  99.  
  100.     OR just type:
  101.  
  102.        WPWRITE 
  103.  
  104.        and WPWRITE will prompt you for the Table Name and Secondary
  105.                    File Name.
  106.  
  107.        WPWRITE can be executed from PARADOX by using the PAL "RUN"
  108.    command. Unfortunately the PARADOX Engine requires the user build
  109.    the binary using the "large" memory model so it is rather
  110.    substantial to call, however it can be done with no significant
  111.    problems other than the fact that PARADOX strips backslashes off the
  112.    filename. This is easily remedied by doubling the slashes.  I've
  113.    included a function which can be called to do this as well as a PAL
  114.    Script which demonstrates its use.
  115.  
  116.    To call WPWRITE directly from PARADOX:
  117.  
  118.       1. Build the SLASH library by typing:
  119.  
  120.           <Alt-F10> to run a script.
  121.           Choose Play             to play the BLDSLASH script
  122.           Enter: BLDSLASH         as the script to be run. This
  123.                                   needs to be done only once.
  124.  
  125.       2. Run the WPWRITE script by typing:
  126.  
  127.           <Alt-F10> to run a script.
  128.           Choose Play             to play the WPWRITE script
  129.           Enter: WPWRITE          as the script to be run.
  130.  
  131.  
  132.  CAVEATS:
  133.  
  134.       1. WPWRITE MUST be in the same directory as the PARADOX
  135.          Database files.
  136.  
  137.       2. This program was not designed to run on a Network
  138.          Version (what do you expect for $15?).
  139.  
  140.       3. Not all fields in a PARADOX table are necessarily
  141.          filled in, when one of these fields are encountered,
  142.          WPWRITE simply writes a null field.
  143.  
  144.  
  145.  REGISTRATION:
  146.  
  147.       Registration is easy. Send me $15 and your address.  I'll send 
  148.          you a disk containing the registered version in either 3½" or 
  149.          5¼" format (your choice). The program on the disk may not be 
  150.          further distributed except as stated in the previous 
  151.          disclaimer. This version will display only the Copyright 
  152.          Notice and the "Processing Record n of N" messages. A 
  153.          registration form follows.
  154.  
  155. REGISTER.FRM - WPWRITE Registration Form.
  156.  
  157.   To: Steve Booth
  158.       N28W29868 Oakwood Grove Road
  159.       Pewaukee, WI 53072
  160.  
  161. From: ________________________________________________________________
  162.       ________________________________________________________________
  163.       ________________________________________________________________
  164.       ________________________________________________________________
  165.       ________________________________________________________________
  166.  
  167. Product: WPWRITE
  168. Version: 1.1
  169.   Price: $15.00
  170.  
  171. Comments/Suggestions about WPWRITE and it's documentation:
  172.       ________________________________________________________________
  173.       ________________________________________________________________
  174.       ________________________________________________________________
  175.       ________________________________________________________________
  176.       ________________________________________________________________
  177.       ________________________________________________________________
  178.       ________________________________________________________________
  179.       ________________________________________________________________
  180.  
  181. How can I improve WPWRITE?
  182.       ________________________________________________________________
  183.       ________________________________________________________________
  184.       ________________________________________________________________
  185.       ________________________________________________________________
  186.       ________________________________________________________________
  187.       ________________________________________________________________
  188.       ________________________________________________________________
  189.       ________________________________________________________________
  190.  
  191. Anything else in particular you'd like to see?
  192.       ________________________________________________________________
  193.       ________________________________________________________________
  194.       ________________________________________________________________
  195.       ________________________________________________________________
  196.       ________________________________________________________________
  197.       ________________________________________________________________
  198.       ________________________________________________________________
  199.       ________________________________________________________________
  200.